EditField.SelStart

The position of the insertion point. A value of zero means that the insertion point is before the first character.

Syntax

SelStart( Integer ) as


Parameters

Integer


Notes

Use SelStart to set the position of the insertion point in the text. Use SelStart in conjunction with SelLength to select a portion of the text in the EditField, beginning with SelStart and extending for SelLength characters.